docs: use apostrophe in *'d
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 7 Feb 2014 18:39:53 +0000 (13:39 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 7 Feb 2014 18:39:53 +0000 (13:39 -0500)
gtk/deprecated/gtkiconfactory.c
gtk/gtkdialog.c
gtk/gtkenums.h
gtk/gtklayout.c
gtk/gtktextiter.c
gtk/gtktextview.c
gtk/gtkwidget.c
gtk/gtkwindow.c

index b369004d8d4fdbd67e12baca789cf169a5a28c2b..ba5199aa84db7d8bfce74b331f907e0a36861df1 100644 (file)
@@ -1026,7 +1026,7 @@ static guint cache_serial = 0;
  * some of the rendered #GdkPixbuf objects.
  *
  * Normally you would use gtk_widget_render_icon_pixbuf() instead of
- * using #GtkIconSet directly. The one case where you'd use
+ * using #GtkIconSet directly. The one case where youd use
  * #GtkIconSet is to create application-specific icon sets to place in
  * a #GtkIconFactory.
  *
@@ -1736,7 +1736,7 @@ icon_source_compare (gconstpointer ap, gconstpointer bp)
  * This function copies @source, so you can reuse the same source immediately
  * without affecting the icon set.
  *
- * An example of when you'd use this function: a web browser’s "Back
+ * An example of when youd use this function: a web browser’s "Back
  * to Previous Page" icon might point in a different direction in
  * Hebrew and in English; it might look different when insensitive;
  * and it might change size depending on toolbar mode (small/large
index 4f26d3b76c8972c899188b7f4ba5b51aa05ce433..5756cd1619c25b673dc423b9fcbf34b9161946d0 100644 (file)
@@ -92,8 +92,8 @@
  * dialog, returning the response ID corresponding to the button the user
  * clicked.
  *
- * For the simple dialog in the following example, in reality you'd probably
- * use #GtkMessageDialog to save yourself some effort. But you'd need to
+ * For the simple dialog in the following example, in reality youd probably
+ * use #GtkMessageDialog to save yourself some effort. But youd need to
  * create the dialog contents manually if you had more than a simple message
  * in the dialog.
  *
index 4806a083312dae995cfb92f6b7d4eeccd4cf1625..cc1ad3df86318cda61116af821eba2b428eb7fff 100644 (file)
@@ -729,7 +729,7 @@ typedef enum
  * @GTK_WINDOW_TOPLEVEL: A regular window, such as a dialog.
  * @GTK_WINDOW_POPUP: A special window such as a tooltip.
  *
- * A #GtkWindow can be one of these types. Most things you'd consider a
+ * A #GtkWindow can be one of these types. Most things youd consider a
  * “window” should have type #GTK_WINDOW_TOPLEVEL; windows with this type
  * are managed by the window manager and have a frame by default (call
  * gtk_window_set_decorated() to toggle the frame).  Windows with type
index 0e6bcc86e46d070f4b239030c5b859eff247c868..176f626716a4b16054f9094bb9e3d7edaa24c41e 100644 (file)
@@ -172,7 +172,7 @@ G_DEFINE_TYPE_WITH_CODE (GtkLayout, gtk_layout, GTK_TYPE_CONTAINER,
  * @vadjustment: (allow-none): vertical scroll adjustment, or %NULL
  * 
  * Creates a new #GtkLayout. Unless you have a specific adjustment
- * you'd like the layout to use for scrolling, pass %NULL for
+ * youd like the layout to use for scrolling, pass %NULL for
  * @hadjustment and @vadjustment.
  * 
  * Return value: a new #GtkLayout
index c9798938a338268bccb8ebe14404f7b97fdb4231..49bda5d89c9b5b4808e5f12d85d8cebcc5a1ea68 100644 (file)
@@ -1747,7 +1747,7 @@ gtk_text_iter_get_bytes_in_line (const GtkTextIter   *iter)
  *
  * Computes the effect of any tags applied to this spot in the
  * text. The @values parameter should be initialized to the default
- * settings you wish to use if no tags are in effect. You'd typically
+ * settings you wish to use if no tags are in effect. Youd typically
  * obtain the defaults from gtk_text_view_get_default_attributes().
  *
  * gtk_text_iter_get_attributes () will modify @values, applying the
index 18a16596441d5d99a54b6e817359b86fc136b11c..ed0c5a0b935e2364870645cecbe6134832b31ef2 100644 (file)
@@ -7286,7 +7286,7 @@ gtk_text_view_ensure_layout (GtkTextView *text_view)
  * 
  * Obtains a copy of the default text attributes. These are the
  * attributes used for text unless a tag overrides them.
- * You'd typically pass the default attributes in to
+ * Youd typically pass the default attributes in to
  * gtk_text_iter_get_attributes() in order to get the
  * attributes in effect at a given text position.
  *
index 593c5e26c83550bfef99f085258110a8ed4bfb18..6a2acb364f7e07a2b484936bb1196c922af78a88 100644 (file)
@@ -10175,7 +10175,7 @@ gtk_widget_get_root_window (GtkWidget *widget)
  * @direction: direction of focus movement
  *
  * This function is used by custom widget implementations; if you're
- * writing an app, you'd use gtk_widget_grab_focus() to move the focus
+ * writing an app, youd use gtk_widget_grab_focus() to move the focus
  * to a particular widget, and gtk_container_set_focus_chain() to
  * change the focus tab order. So you may want to investigate those
  * functions instead.
index 983d908f82b9a5982aaec7f7404179f7f0398239..cb4bde661d2a84118aa1b6b8dd5769e9524bf982 100644 (file)
@@ -2176,7 +2176,7 @@ _gtk_window_internal_set_focus (GtkWindow *window,
  * (rather than unsetting) the default widget it’s generally easier to
  * call gtk_widget_grab_focus() on the widget. Before making a widget
  * the default widget, you must call gtk_widget_set_can_default() on the
- * widget you'd like to make the default.
+ * widget youd like to make the default.
  **/
 void
 gtk_window_set_default (GtkWindow *window,